Skip to content

fix incorrect username in recent contacts page - #137

Merged
mrsumanbiswas merged 1 commit into
CommandLineCoding:v0.3.0from
Hamdan-harish:fix-136-recent-contacts-username
Jul 27, 2026
Merged

fix incorrect username in recent contacts page#137
mrsumanbiswas merged 1 commit into
CommandLineCoding:v0.3.0from
Hamdan-harish:fix-136-recent-contacts-username

Conversation

@Hamdan-harish

@Hamdan-harish Hamdan-harish commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

Summary

This PR fixes the issue where the Recent Contacts section on the Select Contacts page displayed a username generated from the display name instead of the actual username.

The fix updates the widget to use the username field from the conversation model instead of constructing it from the display name.

Fixes #136

Type of Change

  • Bug fix
  • New feature
  • Refactoring
  • Documentation update

Testing Performed

  • Verified on emulator/physical device.
  • Code passes lint checks.

Screenshots (if applicable)

after changes
WhatsApp Image 2026-07-27 at 6 59 12 PM

Before

  • Recent Contacts displayed usernames derived from the display name (e.g., removing spaces and converting to lowercase), which is not intended

After

  • Recent Contacts now display the actual username from the conversation model.

@mrsumanbiswas

Copy link
Copy Markdown
Contributor

Great!
fix: create new group flow :: select contact

@mrsumanbiswas
mrsumanbiswas merged commit 4747175 into CommandLineCoding:v0.3.0 Jul 27, 2026
1 check passed
@Hamdan-harish
Hamdan-harish deleted the fix-136-recent-contacts-username branch July 27, 2026 19:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG]: Recent Contacts in Select Contacts page displays incorrect username

2 participants